home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / EDUCATE / MATHPLOT.ARJ / READ.ME < prev   
Text File  |  1991-02-23  |  2KB  |  38 lines

  1. MATHPLOT is a mathematical function plotting system which allows
  2. you to enter functions using ordinary algebraic notation and
  3. immediately plot them.  Cartesian, polar, and parametric functions
  4. are supported, and up to four functions may be displayed simultaneously.
  5. A variety of built in functions are provided.  Plotting commands may
  6. be executed from command files. MATHPLOT is an ideal tool for
  7. engineers, scientists, math and science teachers, and anyone else
  8. who needs to quickly visualize mathematical functions.
  9.  
  10. The MATHPLOT system consists of the following files:
  11.  
  12. MATHPLOT.EXE -- The executable program.
  13. MATHPLOT.HLP -- Text file used by HELP command.
  14. MATHPLOT.FON -- Font file used for title line and axis labels.
  15. MATHPLOT.FUN -- Example functions
  16. MATHPLOT.DOC -- Documentation file.
  17.  
  18. To install MATHPLOT, copy the files into the directory of your choice.
  19. If the MATHPLOT.HLP and MATHPLOT.FON files are not in your current
  20. directory, you must place a command of the following form in
  21. your AUTOEXEC.BAT file to tell MATHPLOT where to look for its help
  22. and font files:
  23.  
  24. SET MATHPLOT=directory
  25.  
  26. Where "directory" is the name of the device and directory where the
  27. files are located. For example, if the files are located in a
  28. directory named MATHPLOT on the C disk, the following command
  29. could be used:
  30.  
  31. SET MATHPLOT=C:\MATHPLOT
  32.  
  33. If you wish to execute the example plot files stored in the file
  34. MATHPLOT.FUN, start MATHPLOT with the following command:
  35.  
  36. MATHPLOT MATHPLOT.FUN
  37.  
  38.